-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ci] fix R linting job (fixes #3873) #3877
Conversation
It seems like this fix did fix the lint job! https://github.com/microsoft/LightGBM/pull/3877/checks?check_run_id=1785176162 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Should we report this in conda-forge repo? |
yes, I will |
Created conda-forge/r-lintr-feedstock#12 |
It seems that |
Thank you very much! Hope this will allow us revert the workaround eventually. |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Attempting to fix #3873.
There might be a mistake somewhere in
lintr
's feedstock on conda-forge or in one of its dependencies.{xfun}
is not a direct dependency of{lintr}
(https://github.com/conda-forge/r-lintr-feedstock/blob/master/recipe/meta.yaml), so it must be a dependency of a dependency (or deeper 😆 ). For now, I'm just going to try forcingconda install
to get a newer version.